home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00321.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  154 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   if the movieRate of sprite 5 = 0 then
  6.     set the movieRate of sprite 5 to 1
  7.   end if
  8. end
  9.